home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u288.dms / in.adf / Include / Graphics / GraphInt.i < prev    next >
Encoding:
Text File  |  1990-08-27  |  271 b   |  20 lines

  1. {
  2.     GraphInt.i for PCQ Pascal
  3. }
  4.  
  5. {$I "Include:Exec/Nodes.i"}
  6.  
  7. type
  8.  
  9. { structure used by AddTOFTask }
  10.  
  11.     Isrvstr = record
  12.     is_Node    : Node;
  13.     Iptr    : ^Isrvstr;    { passed to srvr by os }
  14.     code    : Address;
  15.     ccode    : Address;
  16.     Carg    : Integer;
  17.     end;
  18.     IsrvstrPtr = ^Isrvstr;
  19.  
  20.